home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / dsz0921.arc / DSZ.DOC < prev    next >
Text File  |  1987-09-21  |  26KB  |  661 lines

  1.  
  2.  
  3.  
  4.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  5.  
  6.  
  7.  
  8.      NAME
  9.           dsz - ZMODEM, True YMODEM(TM), XMODEM file transfer
  10.           subprogram
  11.  
  12.      SYNOPSIS
  13.           dsz [CON] [port N] [speed S] [handshake XX] [d] [d] command
  14.  
  15.      DESCRIPTION
  16.           Dsz uses the ZMODEM, True YMODEM(TM), or XMODEM protocol to
  17.           transfer files over a serial port with a variety of
  18.           programs.
  19.  
  20.           ZMODEM Transfers feature 32 bit CRC, crash recovery, and
  21.           advanced file management.
  22.  
  23.           True YMODEM(TM) transfers preserve exact file length and
  24.           modification time.
  25.  
  26.           Dsz supports XMODEM-1k (XMODEM with 1024 byte blocks,
  27.           sometimes mislabeled YMODEM) and CRC-16 with the sx -k and
  28.           rc commands.
  29.  
  30.           Dsz is derived from Omen Technology's Professional-YAM
  31.           communications software, (also published by POLYTRON Corp of
  32.           Hillsboro Oregon as PowerCom(TM)), and supports a subset of
  33.           Pro-YAM's file transfer related commands.  This
  34.           documentation makes extensive references to contemporary
  35.           editions of the ZCOMM or Pro-YAM manual, and is incomplete
  36.           without it.
  37.  
  38.           Dsz is designed to be called from a communications bulletin
  39.           board program.  Dsz may also be called from other
  40.           communications programs, but the combination lacks much of
  41.           the power of a communications program with integrated
  42.           ZMODEM.
  43.  
  44.           Dsz uses its own modem I/O.  The original interrupt vector,
  45.           UART parity, interrupt configuration, and 8259 interrupt
  46.           mask are restored on exit.
  47.  
  48.           Dsz uses DOS standard output (stdout) for messages, it does
  49.           not write directly to the screen.  Dsz expects its standard
  50.           output to point to the console, a logging file, or NUL, not
  51.           the modem port.  If necessary, dsz's standard output may be
  52.           redirected to the console device with the CON command.  If
  53.           dsz's standard output has been redirected to the modem (as
  54.           with ProComm's Host mode DOS shell), failure to use the CON
  55.           command may lock up the computer.
  56.  
  57.           Dsz exits with 0 status for successful transfers, or the
  58.           value of the Q parameter (default 1) if a file transfer
  59.           failed.  Some languages do not return this information to
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 9/21/87)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  71.  
  72.  
  73.  
  74.           the calling program.  A batch file that calls dsz directly
  75.           may be used to detect the dsz exit status, or dsz's log file
  76.           entries may be examined.
  77.  
  78.      ENVIRONMENT VARIABLES
  79.           DSZLOG
  80.                log file to receive entries for files sent and
  81.                received.  (Default null).  Sample entries:
  82.  
  83.            Z  46532 38400 bps 3324 cps   0 errors    66 1024 DSZ.COM
  84.            Z 124087 19200 bps 1880 cps   0 errors     6 1024 MXY.TMP
  85.  
  86.                Transfer times are based on the DOS time of day clock
  87.                and have one second jitter.  As with all protocol
  88.                throughput reports generated by Omen Technology
  89.                programs (and contrary to the false claims of some
  90.                critics), dsz's throughput figures for ZMODEM, Kermit,
  91.                and True YMODEM(TM) transfers do not take "credit" for
  92.                pathname and/or protocol overhead characters.  Dsz's
  93.                throughput reports do not include the time required to
  94.                send the pathname.  This understates the true time
  95.                required to transfer files, but the time required to
  96.                send the pathname often depends on the alacrity of the
  97.                operator, and thus does not always reflect the
  98.                performance of the protocol itself.
  99.  
  100.                Transfers measuring less than one second are reported
  101.                as having 9999 characters per second throughput.
  102.  
  103.                The unlabeled numeric field after the error (retry)
  104.                count is the number of flow control stoppages
  105.                encountered sending the file.  This number gives an
  106.                indication of flow control restrictions (overloaded
  107.                networks, etc.) encountered during the transfer.
  108.  
  109.                The last numeric field is the block or subpacket length
  110.                used for the last block in the file.
  111.  
  112.                The code letter indicates the type of transfer, Z
  113.                (ZMODEM), S (X/YMODEM), R (X/YMODEM), E (error), or L
  114.                (transfer terminated by loss of data carrier).
  115.           DIRSIZE
  116.                Memory to allocate for wildcard file name expansion,
  117.                default 1495 bytes.
  118.           DSZPORT
  119.                Default communications port override, default 1.
  120.  
  121.      COMMANDS
  122.           Dsz commands are an improper subset of Pro-
  123.           YAM/PowerCom/ZCOMM commands.  Except as noted, all commands
  124.           must be in lower case.
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 9/21/87)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  137.  
  138.  
  139.  
  140.           Unlike ZCOMM, PowerCom, and Pro-YAM, dsz does not support
  141.           ZMODEM AutoDownload and ZMODEM command download with ZMODEM
  142.           security challenge.  (AutoDownload is a pleasant user
  143.           interface that recognizes the start of a file download and
  144.           automatically starts the correct file transfer protocol.
  145.           Please refer to the ZCOMM/PowerCom/Pro-YAM user manual for
  146.           details on this powerful and convenient feature.) Dsz does
  147.           not support OverThruster(TM), Kermit, Kermit AutoDownload,
  148.           Super Kermit, B Protocol, the traditional XMODEM variants
  149.           MODEM7, Telink, WXMODEM, and Clink/SEAlink supported by
  150.           Pro-YAM/PowerCom/ZCOMM.
  151.  
  152.           Interrupt keys:
  153.  
  154.           Ctrl-Break
  155.                Terminates the transfer in progress.
  156.           ALT-N
  157.                Abruptly terminates (NUKES) the transfer in progress.
  158.  
  159.  
  160.           When used, the CON, port, speed, handshake, and d commands
  161.           must be given in the order shown.
  162.  
  163.           CON  Redirect message output to the DOS "CON" (console)
  164.                device, overriding any previous redirections.
  165.           handshake XX
  166.                Enable one of several choices of hardware handshake.
  167.                (The default is XOFF/XON software handshake).  This
  168.                command is documented in the ZCOMM or Pro-YAM manual.
  169.           port N
  170.                select port N (n = 1,2,3,4 ... 8) Default is port 1
  171.                (COM1) or read from the DSZPORT dos environment
  172.                variable.
  173.           speed S
  174.                Set the specified speed.  This command is rarely needed
  175.                because dsk reads the port's current speed by default.
  176.                Please refer to to the FLOW CONTROL, MAIN COMMANDS and
  177.                SOFTWARE COEXISTENCE chapters in the ZCOMM or Pro-YAM
  178.                manual for important information about the speed
  179.                command.
  180.           d    Disables carrier dropout monitoring, for modems that do
  181.                not properly drive the "Data Carrier Detect" input on
  182.                the PC.
  183.           LARG Convert ARG to lower case, then parse arg.
  184.           pxN  Set a numeric parameter x to N.  These parameters are a
  185.                subset of the Pro-YAM or ZCOMM numeric parameters, and
  186.                are listed below.  They assume their defaults each time
  187.                dsz is called.  Without an argument, p displays the
  188.                numeric parameters and their values.
  189.           z pxN
  190.                Set zmodem numeric parameter x to N.  These parameters
  191.                correspond to the Pro-YAM or ZCOMM "zmodem" parameters
  192.  
  193.  
  194.  
  195.      Page 3                                          (printed 9/21/87)
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  203.  
  204.  
  205.  
  206.                and rarely need changing.  These parameters assume
  207.                their defaults each time dsz is called.  Without an
  208.                argument, z p displays the zmodem numeric parameters
  209.                and their values.
  210.           restrict
  211.                Restrict pathnames to the current disk and directory
  212.                tree, and disallows overwriting of existing files.
  213.                When dsz is restricted, it will refuse to transfer
  214.                files containing the string autoexec.bat and
  215.                command.com in either case.  This provides some defense
  216.                from malicious uploaded files.
  217.           t    Talk with ZMODEM AutoDownload.  A small subset of Pro-
  218.                YAM term function subcommands are recognized.  Keyboard
  219.                F1 or ALT-X to exit.  F3 receives file(s) with True
  220.                YMODEMTm, ALT-P toggles parity between the 8N default
  221.                and 8G (enables ANSI "graphics").  ALT-H toggles two
  222.                local echo ("Half Duplex") modes; the second displays a
  223.                newline on Enter.  Keyboarded ASCII characters are sent
  224.                to the modem.  Modem characters print on the screen.  A
  225.                device driver such as ANSI.SYS may be used to recognize
  226.                escape sequences.  ZMODEM AutoDownload detects the
  227.                start of a ZMODEM file download and accepts the file(s)
  228.                without operator intervention.
  229.           sz   [-abenprY+y] [PREFIX=p | ONAME=n] file ...(ZMODEM)
  230.           sb   [-k] [PREFIX=p | ONAME=n] file ...      (YMODEM or
  231.                ZMODEM)
  232.           sx   [-k] file1                    (XMODEM or XMODEM/CRC)
  233.           rz   [-abenpr+Yy] [dir] [file ...] (ZMODEM)
  234.           rb   [-ab+y] [dir] [file ...]      (YMODEM)
  235.           rb -g
  236.                [-ab+y] [dir] [file ...]      (YMODEM-G)
  237.           rc   [-ab+y] file1                 (XMODEM/CRC)
  238.           rx   [-ab+y] file1                 (XMODEM)
  239.  
  240.      PARAMETERS
  241.           Dsz uses the following main numeric parameters, settable
  242.           with the pxN command.  In addition, dsz uses the Pro-
  243.           YAM/ZCOMM zmodem numeric parameters described in the Pro-
  244.           YAM/ZCOMM manual.
  245.  
  246.           B    Set the size of buffer used for disk reads and writes.
  247.                The default is 1024, 8192 maximum.  A larger value may
  248.                give better results when sending files to or from from
  249.                sluggish floppy disk systems.  Too large a value will
  250.                exhaust memory or induce receiver timeouts.  This
  251.                parameter is supported on versions compiled with
  252.                TurboC.
  253.           Q    Error code returned to DOS (default 1).  (Success
  254.                returns 0.) Some programs toss cookies when confronted
  255.                with certain exit codes.
  256.           S    Timeout in seconds waiting for restraint release (XON
  257.                and/or handshake).
  258.  
  259.  
  260.  
  261.      Page 4                                          (printed 9/21/87)
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  269.  
  270.  
  271.  
  272.           W    Wait for Enter key before exiting after an error.
  273.                Useful when calling dsz from DESQview, allows the
  274.                window to close unless there is an error message that
  275.                should remain visible.
  276.           a    Calibrates certain protocol timeouts used with XMODEM
  277.                and YMODEM transfers (Cybernetic Data Recovery(TM)).
  278.                The a numeric parameter is automatically set to 2000
  279.                for a 4.77 mHz PC or XT, 4000 for a PS2/30, 6000 for an
  280.                8 mHz 1ws AT, and 12000 for a PS2/80.  If your computer
  281.                has a speedup card or otherwise runs unusually fast (or
  282.                slow!) for its type, you should set the a numeric
  283.                parameter to a value that reflects its speed.
  284.           v    Verbose level (debugging output) Negative values
  285.                inhibit some routine messages
  286.           z    Timezone in minutes behind GMT
  287.  
  288.      BACKGROUND OPERATION
  289.           Three DESQview description files are provided to demonstrate
  290.           background operation with modest (66 kb window) memory
  291.           requirements.  Dsz uses tight C/ASM code, table driven CRC
  292.           generators, and buffered receive and transmit for good
  293.           performance in the background without hogging CPU cycles.
  294.           On a QIC Labs PC-AT clone, dsz can download files in the
  295.           background (3 background clock ticks, 9 foreground clock
  296.           ticks) with a throughput better than 9600 bps.
  297.  
  298.           2S   Prompts for file name(s) and sends them with ZMODEM
  299.                protocol.
  300.           2T   Talks to the modem and allows manual YMODEM (F3) or
  301.                automatic ZMODEM downloads.
  302.           2A   Like 2T, but using Quarterdeck's dvansi.com memory
  303.                resident ANSI CRT device driver to process ANSI screen
  304.                codes.  DS.BAT is the batch file used by 2A.
  305.  
  306.                These files are written for port 2 local connection,
  307.                but may be modified to suit your requirements.  The W
  308.                numeric allows DESQview to close the window after dsz
  309.                finishes, providing a pleasant user interface.
  310.  
  311.                Operation at high speed (above 9600 bps) requires the
  312.                DESQview "Optimize communications" performance Advanced
  313.                Setup option.
  314.  
  315.                ***********************************************************
  316.                                        WARNING
  317.                When running dsz under a multi tasking system such as
  318.                DESQview, do not allow two programs to access the same
  319.                comm port at the same time.  At best, such actions will
  320.                disrupt communications.  At worst, your computer will
  321.                attempt to open a subspace channel to V'ger.
  322.                ***********************************************************
  323.  
  324.  
  325.  
  326.  
  327.      Page 5                                          (printed 9/21/87)
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  335.  
  336.  
  337.  
  338.      FLOW CONTROL
  339.           Please refer to the Pro-YAM, PowerCom, or ZCOMM manual FLOW
  340.           CONTROL chapter for important information on flow control
  341.           considerations necessary for proper operation of ZMODEM and
  342.           other streaming protocols with buffered (error correcting)
  343.           modems and/or networks.
  344.  
  345.      EXAMPLES
  346.           dsz sz c:foo.* b:*.c          (send files)
  347.  
  348.           dsz sz -r yzmodem.arc         (CRASH RECOVERY: resume
  349.           interrupted transfer)
  350.  
  351.           dsz handshake both sz yzmodem.arc       (Hardware+Software
  352.           handshake)
  353.  
  354.           dsz sz -n *.*                 (send files that are newer or
  355.           rx has no copy)
  356.  
  357.           dsz sz -Yn *.*                (Only send files that are
  358.           newer than receiver's copy)
  359.                                                   (Do not send files
  360.           that do not exist on receiver's disk)
  361.  
  362.           dsz rz C:/UPLOADS             (receive files to specified
  363.           directory)
  364.  
  365.           dsz port 2 speed 38400 restrict rz
  366.  
  367.           dsz rz  -y prog.arc           (ZMODEM, single file pathname
  368.           override)
  369.  
  370.           dsz z pr1 rx foo.dat          (XMODEM receive, remove file
  371.           if error)
  372.  
  373.           DSZ LRC L-Y NEWPROG.ARC       (generate lower case "rc -y"
  374.           command)
  375.  
  376.           dsz pv2 sz foo >debug.dmp     (Debugging data dump)
  377.  
  378.      ERROR MESSAGES
  379.           Dsz's error messages are a subset of Pro-YAM's error
  380.           messages which are listed in the Pro-YAM manual.  A
  381.           perplexing, cryptic message comes from the Microsoft C
  382.           Library: "Permission denied".  This may be caused by
  383.           attempts to modify a read only file or directory.
  384.  
  385.           A furtive flashing appearance of "XOFF" or "FLOW" during
  386.           ZMODEM or YMODEM-g file sending signifies dsz is responding
  387.           to flow control restraint.  This is normal operation when
  388.           buffered modems or packet switched networks are used.
  389.           ZMODEM's robustness and reliability allow creative users to
  390.  
  391.  
  392.  
  393.      Page 6                                          (printed 9/21/87)
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  401.  
  402.  
  403.  
  404.           transfer files over unusual multiple computer lash-ups,
  405.           causing modem data lights and computer status displays to
  406.           dance in unfamiliar rhythms.
  407.  
  408.      SEE ALSO
  409.           Consult the Professional-YAM, PowerCom, or ZCOMM manual
  410.           chapter "OPTIONS FOR FILE TRANSFERS" for option meanings.
  411.           The "FILE TRANSFER BASICS" chapter explains the relative
  412.           merits of XMODEM, YMODEM, ZMODEM, and other protocols and
  413.           gives tips on their use.  The "MAIN COMMANDS" chapter
  414.           describes the rb, rx, rc, rz, sb, and sz commands.  The
  415.           "MODEM INTERFACING" and "FLOW CONTROL" chapters contain
  416.           important information on the use of buffered modems with
  417.           dsz.
  418.  
  419.           Information on the ZMODEM Inter Application File Transfer
  420.           Protocol may be found in ZMODEM.DOC, part of ZMODEM.ZOO.
  421.  
  422.           C Source code for XMODEM, YMODEM, and ZMODEM transfers is
  423.           included in RZSZ.ZOO.  This file includes a Pro-YAM/ZCOMM
  424.           script to upload a bootstrap file to a Unix system, force
  425.           its compilation, and (if the compilation is successful)
  426.           upload the rz/sz source files.
  427.  
  428.      NOTES
  429.           Some XMODEM programs claiming to support YMODEM do not send
  430.           or accept the YMODEM pathname block.  1024 byte XMODEM is
  431.           XMODEM-1k, not YMODEM.  1987 versions of YMODEM.DOC clarify
  432.           the official YMODEM definition.
  433.  
  434.           When running under ProComm's Host mode, failure to use the
  435.           CON command may lock up the computer.  ProComm must be set
  436.           to "8N1" to prevent it from disrupting DSZ.
  437.  
  438.           When installing dsz on a bulletin board or host system, be
  439.           sure to check for proper operation when the caller hangs up
  440.           while a file is being sent or recieved.
  441.  
  442.           Currently, Only the TurboC version supports file sharing
  443.           (shared read access on files sent by  dsz).  Some bulletin
  444.           board interface routines do not call dsz to send a file
  445.           until they have verified the file's existience by opening
  446.           the file.  If this checking is done in MS-DOS's default
  447.           exclusive open mode, dsz's file sharing will be defeated.
  448.  
  449.           32 bit CRC code courtesy Gary S. Brown.
  450.  
  451.           Cybernetic Data Recovery(TM), Error Containment(TM),
  452.           OverThruster(TM), Password Guardian(TM), CryptoScript(TM),
  453.           and TurboDial(TM) are Omen Technology trademarks.
  454.  
  455.           PowerCom was trademarked in 1985 by POLYTRON Corporation,
  456.  
  457.  
  458.  
  459.      Page 7                                          (printed 9/21/87)
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  467.  
  468.  
  469.  
  470.           Hillsboro Oregon.
  471.  
  472.           Dsz and this documentation are Copyright 1987 by Omen
  473.           Technology Inc, all rights reserved.  True YMODEM(TM) is an
  474.           Omen Technology Trademark signifying YMODEM protocol support
  475.           that meets the full YMODEM specification.
  476.  
  477.      FILES
  478.           ZCOMMDOC.ARC, ZCOMMEXE.ARC, ZCOMMHLP.ARC, YZMODEM.ZOO
  479.           (yzmodem.arc) (Official XMODEM, YMODEM, and ZMODEM Protocol
  480.           Description), RZSZ.ZOO (rzsz.arc) (Unix/Xenix source code),
  481.           2S-PIF.DVP, 2A-PIF.DVP, DS.BAT, 2T-PIF.DVP DSZ.COM, DSZ.DOC
  482.           (this file).
  483.  
  484.           DSZ.EXE compiled with the Xenix to DOS XC provides
  485.           moderately higher maximum throughput (1700 vs 1300 cps
  486.           downloading to a 4.77 mHz XT).  The speed difference is a
  487.           function of the compiler, the source code is the same.  The
  488.           Xenix XC version requires more memory, and does not support
  489.           file sharing or a large I/O buffer.  This version is
  490.           available in DSZEXE.ZOO.
  491.  
  492.           ZCOMM and Pro-YAM also run at a higher speed than DSZ.COM.
  493.  
  494.           Incompatible batch files may cause dsz to fail.
  495.  
  496.      LICENSE
  497.           Dsz is a user supported program developed and supported by
  498.           Chuck Forsberg.  It has taken considerable resources to
  499.           develop and support dsz in the myriad environments users
  500.           apply it.  If you use this program, please register it.
  501.  
  502.           This documentation file must be provided with all copies of
  503.           DSZ except by written permission from Omen Technology Inc.
  504.           Dsz may not be modified, patched, hacked, disassembled,
  505.           decompiled, or otherwise reverse engineered, or sold,
  506.           without prior written permission by Omen Technology Inc.
  507.           Distribution of dsz in any medium without this documentation
  508.           file constitutes an unauthorized modification.
  509.  
  510.           When dsz is distributed on disk, a contemporary copy of
  511.           ZCOMMDOC.ARC must be included on the same disk.
  512.  
  513.           Dsz may be used and copied by bulletin board systems which
  514.           feature the ZCOMM files (ZCOMMEXE.ARC, ZCOMMDOC.ARC,
  515.           ZCOMMHLP.ARC) for downloading.  Dsz registration and a
  516.           diskette with current versions of the ZCOMM files will be
  517.           mailed upon validation.  Dsz may be registered without
  518.           charge by sending your bulletin board's telephone number and
  519.           a valid login to
  520.  
  521.                  Omen Technology Inc.
  522.  
  523.  
  524.  
  525.      Page 8                                          (printed 9/21/87)
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  533.  
  534.  
  535.  
  536.                  P.O. Box 4681
  537.                  Portland, OR 97231
  538.  
  539.  
  540.           Other users may register their copy of dsz with a check for
  541.           $20.00 in U.S. funds sent to the same address.
  542.  
  543.           Users, especially those overseas, may choose to register
  544.           their copy of dsz for $25.00 U.S.  by providing their VISA
  545.           or Mastercard card number with expiration date and their
  546.           name as it appears on their card.
  547.  
  548.           ***********************************************************
  549.           The registration package includes a serial number and
  550.           installation program which bypasses the opening
  551.           advertisement.
  552.  
  553.           The registration package will serialize all current and
  554.           planned future versions of DSZ.COM and DSZ.EXE.
  555.           ***********************************************************
  556.  
  557.           The putsnp program inserts YOUR DSZ, ZCOMM, PowerCom, or
  558.           Pro-YAM Serial Number Password (SNP) into you copy of DSZ:
  559.                  putsnp dsz.com
  560.           Putsnp accepts your SNP and asks appropriate questions
  561.           before inserting the SNP.
  562.  
  563.           The only legitimate way to disable the opening advertisement
  564.           in dsz is to insert an authorized SNP obtained from Omen
  565.           Technology into dsz with the putsnp program.  Any other
  566.           suppression or modification of the opening screen is
  567.           illegal, unethical, and prohibited.
  568.  
  569.           Distribution of programs and/or instructions on how to
  570.           modify, patch, disassemble, decompile, or otherwise reverse
  571.           engineer dsz without prior written permission by Omen
  572.           Technology Inc is a theft of services and a violation of
  573.           federal copyright law, and will be referred to the FBI for
  574.           investigation and prosecution under federal conspiricy
  575.           statutes.  Applicable RICO law provides for treble damages
  576.           and recovery of attorney's fees.
  577.  
  578.      CHANGES
  579.           Pirated/hacked versions of DSZ have cost users and dsz's
  580.           developer thousands of dollars in lost time and other
  581.           expenses, in addition to injuring the reputation of Omen
  582.           Technology and its products.  Regrettably, Omen Technology
  583.           cannot support prior versions of dsz because of this piracy.
  584.  
  585.           dsz.com          45600  Squeezed   10%     41409  21 Sep 87
  586.           3:26p  ca58
  587.  
  588.  
  589.  
  590.  
  591.      Page 9                                          (printed 9/21/87)
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  599.  
  600.  
  601.  
  602.           If your copy of dsz does not show this information (as
  603.           provided by arc v dsz.arc), instst on a legitimate copy and
  604.           report the source of the pirated copy to Omen Technology
  605.           Inc.
  606.  
  607.                           Omen Technology Incorporated
  608.  
  609.  
  610.                          The High Reliability Software
  611.  
  612.                       17505-V Northwest Sauvie Island Road
  613.                              Portland Oregon 97231
  614.                            VOICE: 503-621-3406 :VOICE
  615.                  Modem: 503-621-3746 Speed 1200,2400,19200 PEP
  616.                         Compuserve:70007,2304  GEnie:CAF
  617.                        UUCP: ...!tektronix!reed!omen!caf
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.      Page 10                                         (printed 9/21/87)
  658.  
  659.  
  660.  
  661.